initGlobalize
initGlobalize
initGlobalize(locale?: string #'en-GB') : void
Initializes Globalize with CLDR data and sets the default locale.
Function Parameters
locale:::
- locale: string # 'en-GB'
The locale to initialize Globalize with (default: 'en-GB').
Returns
void
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/globalize-Initializer/globalize-utils.ts#L122
--